Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function FindMethod( _ ByVal type As Type, _ ByVal methodName As String, _ ByVal parameterTypes() As Type _ ) As MethodInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim type As Type Dim methodName As String Dim parameterTypes() As Type Dim value As MethodInfo value = TypeFns.FindMethod(type, methodName, parameterTypes) |
C# | |
---|---|
public static MethodInfo FindMethod( Type type, string methodName, Type[] parameterTypes ) |
C++/CLI | |
---|---|
public: static MethodInfo^ FindMethod( Type^ type, String^ methodName, array<Type^>^ parameterTypes ) |
Parameters
- type
- methodName
- parameterTypes
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family